home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_326_triangle.txt < prev    next >
Text File  |  1994-02-09  |  147b  |  8 lines

  1. // triangular surface (vertices are endpoints)
  2. triangle
  3. {
  4.   <-1,  0, -1>  // <Vertex1>
  5.   < 1,  0, -1>  // <Vertex2>
  6.   < 0,  0,  1>  // <Vertex3>
  7. }
  8.